Vcenter Vm Guest Filesystem Files FilterSpec
Vcenter Vm Guest Filesystem Files FilterSpec
The Vcenter Vm Guest Filesystem Files FilterSpec schema contains information used to filter the results when listing files (see POST /vcenter/vm/{vm}/guest/filesystem/files?action=list).
This schema was added in vSphere API 7.0.2.0.
JSON Example
{
"match_pattern": "string"
}
string
match_pattern
Optional
The perl-compatible regular expression used to filter the returned files.
This property was added in vSphere API 7.0.2.0.
If missing or null
the pattern '.*' (match everything) is used.